home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / libscsi1.zoo / LibScsi-0.01 / cfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-14  |  301 b   |  19 lines

  1. /*
  2.  * cfile.h - Copyright Steve Woodford, August 1993.
  3.  *
  4.  * Interface to 'cfile' library.
  5.  */
  6.  
  7. #ifndef __cfile_h
  8. #define __cfile_h
  9.  
  10. #define CFILE_OPEN      1
  11. #define CFILE_CLOSE     2
  12. #define CFILE_SEARCH    3
  13.  
  14. #ifndef __cfile_c
  15. extern  long    config_file(int, ...);
  16. #endif
  17.  
  18. #endif  /* __cfile_h */
  19.